home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Web Designer 98 (Professional)
/
WebDesigner 1.0.iso
/
cgi2
/
fly_tar.z
/
fly_tar
/
fly
/
gd1.2
/
gdfontmb.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1995-08-08
|
318 b
|
15 lines
#ifndef GDFONTMB_H
#define GDFONTMB_H 1
/* gdfontmb.h: brings in the middle of the provided fonts.
Also link with gdfonth.c. */
#include "gd.h"
/* 7x13B font derived from a public domain font in the X
distribution. Contains the 127 standard ascii characters. */
extern gdFontPtr gdFontMediumBold;
#endif